home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-11 / clipss.zip / SPRDSHT.CH < prev    next >
Text File  |  1991-09-19  |  1KB  |  38 lines

  1. /*****
  2.  *
  3.  * SPRDSHT.CH
  4.  *
  5.  * Luiz F. Quintela
  6.  * Copyright (c) 1991 Nantucket Corporation.
  7.  *                    All Rights Reserved.
  8.  *
  9.  */
  10.  
  11. // Colors
  12. #define    FIRSTLINE       "W+/BG"
  13. #define    LASTLINE        "W+/GB"
  14. #define    BACKGROUND      "N/B"
  15. #define    BROWSEBGND      "W/B*"
  16. #define    ALLBLACK        "N/N"
  17. #define    BARCOLOR        "N/W"
  18. #define    HEADCLR         "N/BG"
  19. #define    EDITCOLOR       "W+/RB"
  20.  
  21. // Miscellaneous
  22. #define    MAXLEN          18
  23. #define    VALUES           1
  24. #define    FORMULAS         2
  25. #define    COLORTABLE      "W/B*,N/BG,R+/B*,W/B*," +;
  26.                            "GR+/B*,W+/B*,W+/GB,W+/B*"
  27. #define    NOTHING         ""
  28. #define    ELEMENT         aXlateArray[i]
  29. #define    MAXCOLUMN       79
  30. #define    CONTINUE        2
  31. #define    QUIT            1
  32. #define    PAGEHEADER      "Clipper 5.01 - TBrowse Spreadsheet - "+;
  33.                            "By Luiz F. Quintela"
  34. #define    SAVEHEADER      "Clipper 5.01 Spreadsheet - "+;
  35.                            "press any key..."
  36.  
  37. // EOF - SPREDSHEET.CH //
  38.